www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\Model\ComponentLabels\单选按钮控件\addmode_label.asp

    <%'$start_ext_newDsoft 以下系统生成,勿删!
'$newDsoft_label_type$:asp_label$end_newDsoft_label_type$
'$newDsoft_label_name$:$addmode$-ComponentLabel-$$end_newDsoft_label_name$
'$newDsoft_label_sql$: $end_newDsoft_label_sql$
'$newDsoft_label_params$:cangs,单选项配置,用$aspcpu_a$分开每项,每项中如11$aspcpu_b$22中,11是项名,22是项值$end_newDsoft_label_params$
'$newDsoft_label_fenye_num$: $end_newDsoft_label_fenye_num$
'$newDsoft_label_beizhu$:在添加页里的标签$end_newDsoft_label_beizhu$
'$newDsoft_is_sys_label$:0$end_newDsoft_is_sys_label$
'$newDsoft_other_params$:htmledxa:|htmledxb:$end_newDsoft_other_params$
'$end_ext_newDsoft%><%
itmlist=$xxvar$cangs&""
if itmlist<>"" then

itmlist_p=split(itmlist,"|$aspcpu_a$|")
for aai=0 to ubound(itmlist_p)
itmlist_p_1=itmlist_p(aai)
itmlist_p_1_p=split(itmlist_p_1,"|$aspcpu_b$|")
itmlist_p_1_p_1=itmlist_p_1_p(0)
itmlist_p_1_p_2=itmlist_p_1_p(1)
%>
 <input type="radio" name="$post$myname$" id="$post$myname$_<%=aai%>" value="<%=itmlist_p_1_p_2%>" <%if aai=0 then response.write " checked"%>><%=itmlist_p_1_p_1%>&nbsp;

<%
next

end if

%>